projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97e788d
)
Fix typo.
author
Jan Djärv
<jan.h.d@swipnet.se>
Sat, 12 Dec 2009 17:11:41 +0000
(17:11 +0000)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Sat, 12 Dec 2009 17:11:41 +0000
(17:11 +0000)
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 6f7b29ae33a07127a62e3689f8e4814f1e77bfb8..abc957b345b96ab316aadabf32f6523675849282 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-2,7
+2,7
@@
* xsettings.c (struct xsettings): Add member seen.
(parse_xft_settings): Update member seen with what we have read.
- Return
0
if Xft-settings have been parsed, 0 otherwise.
+ Return
non-zero
if Xft-settings have been parsed, 0 otherwise.
(apply_xft_settings): Only update Xft settings with what member seen
indicates as new.